
/* CSS Document */


.banner
{
	position: relative;
	width:100%;
	overflow: hidden;
}

.banner .pic img
{
	width:100%;
}

.banner .hd
{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 8%;
	right: 44%;
	z-index: 3
}

.banner .hd li
{
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	width: 35px;
	height: 7px;
	cursor: pointer;
	overflow: hidden;
	background: #ececec;
	margin-left: 15px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.banner .hd .on
{
	background: #05bcde;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
.scroll{width:885px;color:#333333;margin:0 auto;overflow:hidden;padding-top:25px;height:200px;}
#scrollcon{height:200px;}
.pic span{width:100px;height:40px;line-height:40px;color:#333333;overflow:hidden;text-align:center;}
.scroll a{background:url(../images/index_45.jpg) no-repeat;width:171px;height:171px;display:block;line-height:30px;color:#FFF;text-align:center;border:1px solid #ddd;margin-right:10px;}
.scroll a:hover{width:171px;height:171px;display:block;}
.scroll1{background: url(../images/pro_lef.jpg) no-repeat;width:30px;height:64px;position: absolute;top: 120px;left:10px;cursor:pointer;}
.scroll2{background: url(../images/pro_rig.jpg) no-repeat;width:30px;height:64px;position: absolute;top: 120px;right:15px;cursor:pointer;}*/

.picScroll{ margin:10px auto;  position:relative;width:970px;  padding:10px 0 10px 30px; overflow:hidden;}
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:70px; left:2px; width:25px; height:50px; background: url(../images/btns.png) no-repeat;   }
	.picScroll .next{ left:auto; right:2px; background-position:-25px 0; }

	.picScroll ul{ overflow:hidden; zoom:1; }
	.picScroll ul li{ width:171px; float:left; overflow:hidden; padding:0 8px;}
	.picScroll ul li img{ width:169px; height:169px; display:block; border:1px solid #d5d5d5;}
	.picScroll ul li p{text-align:center;font-size:14px;overflow:hidden;height:40px;line-height:40px}